home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / amateur / hamnew / msysarc.exe / MSYS111.EXE / README.NOW < prev    next >
Text File  |  1991-04-05  |  5KB  |  87 lines

  1. MSYS has grown to the point where it won't all fit on one disk. Beginning
  2. with version 1.10 there will be 2 disks. The first disk contains all of the
  3. files to create a basic MSYS system. This first disk will be called the
  4. Distribution Disk. The second disk, called the Optional Disk, contains a
  5. variety of files not necessary to get MSYS running in its basic modes.  The
  6. Optional Disk contains, among other things, the HAPN/DRSI drivers,
  7. BBSLIST.DAT, and a number of MSYS related programs, including LFA (log file
  8. analyzer) programs written by others. The Optional Disk will be available
  9. separately, at the same prices given for the Distrubution disk. For those who
  10. have prepaid for additional versions beyond 1.10: If you want to convert any
  11. of your current disks I owe you to Optional Disks, let me know. I will be
  12. maintaining two different lists of who gets disks, one for the basic
  13. Distribution Disks and one for the Optional Disks. Three files will be
  14. available on Cleveland Hamnet for this version of MSYS:
  15.  
  16.         MSYS111.EXE     The distribution disk
  17.         MOPT111.EXE     The complete Optional disk
  18.         DRSI111.COM     The HAPN/DRSI files only from the optional disk.
  19.  
  20. All three files are self-extracting archives. To further conserve space,
  21. all the executable files on the disks have been compressed with the PKLITE
  22. utility. They may be run as usual directly from their compressed form.
  23.  
  24. The WORDLIST.1 file on this disk is a sample from NO8M that may be used
  25. in conjunction with the new TEXT= hold function. You will probably want
  26. to edit it as you see fit.
  27.  
  28. If you are currently running MSYS, to install the new version you need to
  29. at least replace your current version of MSYS and MUTIL with the new ones
  30. and then run MUTIL function 9. Check the dates of the new files compared
  31. with your files; those that are newer on the disk (most of the help files
  32. and MSYSMSGS.DAT [which must be in the HELP directory]) should probably
  33. be replaced as well. 
  34.  
  35. The documentation file MSYS110.DOC remains unchanged from version 1.10.
  36. It will probably be updated in the next release. I wanted to get this
  37. version out with its new message scan and hold facilities add in response
  38. to the 900 msg problem so I did not wait to get the docs updated. 
  39.  
  40. Disk prices remain the same despite the increase in postage. For US
  41. addresses disks are $5 each. Canada and Mexico are $7.50. Other 
  42. countries are $10 per disk (this pays for airmail postage). All of these
  43. are US dollars. Foreign stations must send funds in US dollar cash,
  44. International Postal Money Orders in US dollars, or a check drawn on
  45. a US BANK. I don't take any credit cards (do you?) nor do I send disks COD.
  46.  
  47.  
  48. Here are some last minute changes made to MSYS 1.10 that are not elsewhere 
  49. documented:
  50.  
  51. A number of important changes have been made to the TCP/IP
  52. component of MSYS. Many critical errors have been fixed. Doing a
  53. normal Telnet connect to MSYS now takes you directly to the BBS
  54. functions (see required changes to MSYSHOST.NET below). To talk
  55. to the SYSOP via telnet, either use the Talk command of the BBS
  56. or Telnet to server 87 which is the keyboard directly. Ping has
  57. been fixed so it responds correctly to NOS pings.
  58.  
  59. To allow Telnet access to the bbs, you must modify the entries
  60. in your MSYSHOST.NET file. Basically you must add the call
  61. (without SSID) in square brackets of those stations that are to
  62. be allowed bbs access. Example:
  63. 44.70.4.5 eiw K8EIW  #this IP address would not have access to the BBS
  64. 44.70.4.32 [k8eiw] don #this IP address would have access to the BBS
  65. Note: You can use any case within the [], do NOT use any SSID's!
  66.  
  67. A simple Ping command has also been added:
  68. PIng destination
  69. where destination is either an IP address like [44.70.4.6] or a menmonic
  70. defined in MSYSHOST.NET. The reply comes in window 2 (where the connect
  71. and disconnect messages appear) and gives the round trip time in seconds.
  72.  
  73. The IPttl command is now IPTtl.
  74.  
  75. The following new commands were added to fix various problems when routing
  76. IP frames through the network node:
  77. IPNCheck #      Inactivity timeout in seconds, default 600.
  78. IPNFrack #      Retry timer in seconds, default 30.
  79. IPNRetry #      Retries, default 5.
  80.  
  81. If you find that the displayed time is different from what you have set
  82. the time to be in DOS, put the following in AUTOEXEC.BAT and reboot:
  83. SET TZ=EST5
  84. The C library routines think they know about daylight savings time. The 
  85. above line seems to tell them to leave the clock value unchanged from 
  86. what you set it to be. Thus the line should work for GMT and any other timezone.
  87.